home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Capcom E3 2004 Press CD ~…pcom Sales CD 2004 (USA)
/
Capcom E3 2004 Press CD (USA).bin
/
pc
/
files
/
oni3
/
oni3_0330_press.swf
/
scripts
/
DefineButton2_57
/
BUTTONCONDACTION on(release).as
< prev
next >
Wrap
Text File
|
2004-04-21
|
407b
|
16 lines
on(release){
if(_global.notplaying == true)
{
loadMovieNum("new_bar.swf",10,"GET");
}
else if(_global.notplaying == false)
{
_level10.emptyClip.attachMovie("picture12","newpic",21);
}
_global.notplaying = false;
_global.i = 12;
_root.buttons.screenbut.enabled = false;
_root.buttons.artbut.enabled = true;
_root.buttons.videobut.enabled = true;
}